home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-13 | 227 b | 10 lines | [TEXT/MMCC] |
- #undef USE_DEBUGGER /* Undefine this to replace debugger calls with alerts */
-
- #ifdef USE_DEBUGGER
- #define Gripe( foo ) DebugStr( foo )
- #else
- #define Gripe( foo ) RealGripe( foo )
- #endif
-
- void RealGripe( StringPtr complaint );
-